<!DOCTYPE html>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>消防维保,北京消防维保公司-亿杰(北京)消防工程有限公司</title>
<meta name="keywords" content="消防维保，消防检测，北京消防维保，北京消防检测公司，消防维保收费标准，消防检测是如何收费，消防维保主要做什么,消防设施的检测周期,消防维保检测资质">
<meta name="description" content="亿杰(北京)消防工程有限公司，是集消防施工、消防设施维护保养检测、消防设备安装工程、建筑装修二次改消防、消防系统维修、供应消防报警设备为一体的专业公司。团队技术人员齐全，工作经验丰富，技术精湛全面，涵盖消防、电气、暖通、给排水、自动控制等各专业，消防服务热线01057491119。">
<!-- *新版本的 Bootstrap 核心 CSS 文件 -->
<link rel="stylesheet" href="https://cdn.bootcdn.net/ajax/libs/twitter-bootstrap/3.4.1/css/bootstrap.min.css" integrity="sha384-HSMxcRTRxnN+Bdg0JdbxYKrThecOKuH5zCYotlSAcp1+c8xmyTe9GYg1l9a69psu" crossorigin="anonymous">
<link type="text/css" rel="stylesheet" href="https://www.gstdq.com//skin/css/public.css" />
<link type="text/css" rel="stylesheet" href="https://www.gstdq.com//skin/css/index.css" />
<script type="text/javascript" src="https://www.gstdq.com//skin/js/jquery1.9.1.js"></script>
<script type="text/javascript" src="https://www.gstdq.com//skin/js/main.js"></script>
<script type="text/javascript" src="https://www.gstdq.com//skin/js/jquery.flexslider-min.js" ></script>
<script type="text/javascript" src="https://www.gstdq.com//skin/js/scrollpic.js" ></script>
<!-- *新的 Bootstrap 核心 JavaScript 文件 -->
<script src="https://cdn.bootcdn.net/ajax/libs/twitter-bootstrap/3.4.1/js/bootstrap.min.js" integrity="sha384-aJ21OjlMXNL5UyIl/XNwTMqvzeRMZH2w8c5cRVpzpU8Y5bApTppSuUkhZXN0VxHd" crossorigin="anonymous"></script>
<meta http-equiv="mobile-agent" content="format=xhtml;url=13439898057/index.php">
<!---->


































</head>
<body>
<div class="head">
 <div class="logo auto clearfix"> <a href="https://www.gstdq.com//" class="font fl"><img src="/skin/images/logo.png" /></a>
 <div class="fr">
 <ul class="menu clearfix">
 <li class="mli"><a href="https://www.gstdq.com//" class="ma">网站首页</a></li>
 
 <li class="mli"><a href="/gywm/" class="ma">关于我们</a>
  
 </li>
 
 <li class="mli"><a href="/lxwm/" class="ma">联系我们</a>
  
 </li>
 
 <li class="mli"><a href="/xiaofangweibao/" class="ma">消防维保</a>
  
 </li>
 
 <li class="mli"><a href="/xiaofangjiance/" class="ma">消防检测</a>
  
 </li>
 
 </ul>
 </div>
 </div>
</div>

<div class="banner flexslider">
 <ul class="slides">
 
 <li><a><img src="/static/upload/image/20231204/1701661039828617.jpg"/></a></li>
 
 <li><a><img src="/static/upload/image/20231109/1699511115351788.jpg"/></a></li>
 
 </ul>
</div>
<script>
		$(function(){
			$('.flexslider').flexslider({
				directionNav: true,
				pauseOnAction: false
			});
		});
	</script>

 
 
 <style>
 .tgt-section{
  padding: 60px 0;  
}
.tgt-services-section{
  padding-bottom:110px;  
}
.tgt-our-services{
  margin-bottom: 50px;  
}
.tgt-our-services-img{
  position: relative;
}
.tgt-our-services-img a:after{
  content: "";
  background: #09162a;
  opacity: 0.20;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;  
  -webkit-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  transition: all 0.5s ease;  
}
.tgt-our-services{
  position: relative;
}
.tgt-our-services:hover a:after{
  opacity: 0.40;
  -webkit-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  transition: all 0.5s ease;  
}
.tgt-our-services-box{
  text-align: center;
  background: #FFF;
  -webkit-box-shadow: 0px 2px 15px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow:    0px 2px 15px 0px rgba(0, 0, 0, 0.1);
  box-shadow:         0px 2px 15px 0px rgba(0, 0, 0, 0.1);
  position: relative;
  margin: -50px 20px 20px;
  padding: 30px 15px 35px 15px;
}

.tgt-our-services-box{
  position: relative;
}
.tgt-our-services:hover .tgt-our-services-box:after{
  right: 20%;
}
.tgt-our-services-box{
   -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    position: relative;
    overflow: hidden;
}  
.tgt-our-services-box:after{
    content: "";
    position: absolute;
    z-index: -1;
    left: 20%;
    right: 80%;
    bottom: 0;
    background: #fc6a20;
    height: 2px;
    -webkit-transition-property: right;
    transition-property: right;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}
.tgt-our-services-box h4{
  font-size: 18px;
  font-weight:550;
}
.tgt-our-services-box p,.tgt-section-title p{
 color:#777777;
}
.tgt-our-services .btn-read{
  color: #777777;
  text-decoration:none
}
.tgt-our-services:hover .btn-read{
  color: #fc6a20;
  border-bottom: 1px solid #fc6a20;
}

.tgt-section-title{
  text-align: center;
  margin-bottom: 40px;
}

.tgt-section-title h2{
  font-weight: 600;
  margin-bottom:20px;
}
  /* ==é¦–é¡µäº§å“å±•ç¤º== */
  .tgt-section.tgt-project-section{
    margin-top:90px;
    padding-bottom:60px;
    padding-top: 90px;
  }
  .tgt-section.tgt-project-section h1{
  padding: 0;
  margin: 0;
  }  
.tgt-section.tgt-project-section{
    background-color: #f6f6f6;
    border-top:1px solid rgba(0,0,0,.10);
    border-bottom:1px solid rgba(0,0,0,.10);
    padding-bottom: 180px;
}
.tgt-project-box{
  position: relative;
  overflow: hidden;
}
.tgt-project-box-image{
  position: relative;
  overflow: hidden;
}
.tgt-project-box .tgt-project-box-overlay {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 1;
    color: #fff;
    text-align: center;
    background: rgba(0, 0, 0, 0);
    display: flex;
    align-items: center;
    justify-content: center;
}

.tgt-project-box-overlay:before{
    content: "";
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    -webkit-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
    -webkit-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    -o-transform: translateY(-100%);
    -moz-transform: translateY(-100%);
    transform: translateY(-100%);
}
.tgt-project-box:hover .tgt-project-box-overlay:before,.projects-gallery-block-2:hover .tgt-project-box-overlay:before{
    opacity: .8;
    -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
      -o-transform: translateY(0);
      -moz-transform: translateY(0);
      transform: translateY(0); 
    background-color: #002B57;      
}    

.tgt-project-box-overlay-content{
    position: relative;
    opacity: 0;
    z-index: 9;
    transform: translateY(30px);
    transition: .5s ease;
    width: 100%;
    height: 100%;  
    text-align: center;
    display: flex;
    justify-content: center;
    flex-direction: column;
    padding: 0 15px;
}

.tgt-project-box:hover .tgt-project-box-overlay-content,.projects-gallery-block-2:hover .tgt-project-box-overlay-content{
    opacity: 1;
    transform: translateY(0);
}

.tgt-project-box-overlay-content .icon{
  margin-bottom: 20px;
    line-height: 50px;
}
.tgt-project-box-overlay-content .icon i{
  width: 50px;
  height: 50px;
  background: rgba(255,255,255,.14);
  vertical-align: middle;
  line-height: 3.2;
  border-radius: 50%;
  color: #FFF;
}
.tgt-project-box-overlay-content h4{
  color: #FFF;
  font-weight: 500;
}
.tgt-project-box-subtitle{
  color: #FC6A20;
  text-transform: uppercase;
}
.tgt-project-section-list{
  position: relative;
  overflow: hidden;
  margin-top: -160px;
}

.tgt-project-section-list .owl-carousel .owl-stage-outer{
  overflow: hidden;
}
.project-filter{
  padding: 0;
  margin: 0;
  float: right;
}
.project-filter li{
  list-style: none;
  margin:10px 12px;
  color: #777777;
  cursor: pointer;
  display: inline-block;
}
.project-filter li:hover,.project-filter li.active{
  color: #F96921;
}
/* ==ä¸ºä»€ä¹ˆé€‰æ‹©æˆ‘ä»¬== */
.tgt-section.tgt-whychoose-section{
    position: relative;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    padding-top:100px;
    padding-bottom: 0;
}
.tgt-section.tgt-whychoose-section .mb40{
line-height:28px;
}
 </style>
 
 
 <div class="tgt-section tgt-services-section">
  <div class="container">
    <div class="row justify-content-center">
   